Trivial whitespace fix
authorMatthias Clasen <mclasen@redhat.com>
Sun, 1 May 2016 01:06:38 +0000 (21:06 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 1 May 2016 01:06:38 +0000 (21:06 -0400)
gdk/gdkframeclock.c

index 6f6d1a1d422f30e8eee05f728a658a053d410fe8..808368251a5db54cade4795e193daf9430618b3e 100644 (file)
@@ -427,7 +427,7 @@ _gdk_frame_clock_begin_frame (GdkFrameClock *frame_clock)
   if (priv->n_timings < FRAME_HISTORY_MAX_LENGTH)
     priv->n_timings++;
   else
-    gdk_frame_timings_unref(priv->timings[priv->current]);
+    gdk_frame_timings_unref (priv->timings[priv->current]);
 
   priv->timings[priv->current] = _gdk_frame_timings_new (priv->frame_counter);
 }